1. /* srmstlng.cpp by K.Tsuru */
  2. // function ID = 805 BRADIX
  3. /*****************************
  4. SRational class
  5. It sets a value by a long one.
  6. ******************************/
  7. #ifndef SN_H
  8. #include "sn.h"
  9. #endif
  10. void SRational::SetLong(long n, long d){
  11. num.SetLong(n); den.SetLong(d);
  12. reduceDone = false; DenCheck();
  13. }

srmstlng.cpp : last modifiled at 2015/12/03 21:21:41(333 bytes)
created at 2016/06/26 15:57:35
The creation time of this html file is 2016/09/18 20:28:05 (Sun Sep 18 20:28:05 2016).